home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 33 / Amiga Format AFCD33 (Issue 117, Dec 1998).iso / -seriously_amiga- / programming / mui / muiwheel / muiwheel.doc < prev    next >
Text File  |  1998-09-07  |  3KB  |  135 lines

  1.  
  2.  
  3.  
  4.                                MuiWheel 1.0
  5.  
  6.                           MUI has got the wheel!
  7.  
  8.                   Copyright (c) 1998 by Alessandro Zummo
  9.  
  10.                             All Rights Reserved
  11.  
  12.                    Commercial use is strictly forbidden
  13.  
  14.                                  CardWare
  15.  
  16.  
  17.  
  18. Introduction
  19. ------------
  20.  
  21.  MuiWheel is a complex patch to allow some classes
  22.  of the Magic User Interface to react correctly
  23.  to your mouse wheel movements. It includes
  24.  a MuiWheel.mcp class to set up the preferences.
  25.  If you don't have a wheeled mouse, this program
  26.  will not be usefull to you, if you don't
  27.  even know what a wheeled mouse is, go
  28.  to the LogiTech homepage, i'm sure you
  29.  will buy one soon. For more informations
  30.  download NewMouse or MouseWheel from Aminet.
  31.  
  32.  Please READ this doc before using it.
  33.  
  34.  The following classes will be patched:
  35.  
  36.  - Cycle.mui
  37.  - Numeric.mui
  38.  - Scrollgroup.mui
  39.  - List.mui
  40.  - Prop.mui
  41.  
  42. Copyright
  43. ----------
  44.  
  45.  This software is subject to the "Standard Amiga FD-Software Copyright Note"
  46.  It is Cardware as defined in paragraph 4c. 
  47.  If you like it and use it regularly please send a postcard to the author.
  48.  For more information please read "AFD-COPYRIGHT" (Version 1 or higher).
  49.  
  50.  
  51. Installation and Usage
  52. ----------------------
  53.  
  54.  Warning: you're strongly advised to install a patch protection
  55.  utility like PatchControl or to not break MuiWheelPatch at all.
  56.  MuiWheelPatch will made some tests when breaked and repeats
  57.  them until they're all passed and the patches can
  58.  successfully be removed. Don't worry if it takes a while to exit.
  59.  
  60.  Please note that MuiWheelPatch doesn't check if has been runned
  61.  twice, so don't do it! A check will be added in the next release.
  62.  
  63.  
  64.  The first step is to patch your old muimaster.library, otherwise
  65.  the Numeric.mui class will not be patched. If you don't need
  66.  this feature, you can skip this step. Numeric.mui will also not be patched
  67.  if MuiWheelPatch is breaked and then runned a second time.
  68.  Sorry.
  69.  
  70.  How to patch your muimaster.library (V19.35)
  71.  
  72.   a) Open a cli and enter the MuiWheel directoy.
  73.  
  74.   b) Type spatch -omuimaster.library -pmuimaster.pch MUI:Libs/muimaster.library
  75.  
  76.   c) Save your old MUI:Libs/muimaster.library and copy the new one in place.
  77.  
  78.  
  79.  Next step is to copy MuiWheelPatch in your C: directory
  80.  and add the relative call somewhere
  81.  in your s:startup-sequence, but BEFORE any other program
  82.  that uses MUI is launched. 
  83.  
  84.  Example:
  85.  
  86.   ...somewhere in your startup-sequence...
  87.  
  88.   C:Run <>NIL: C:MuiWheelPatch
  89.  
  90.  
  91.  Now you should copy the given MuiWheel.mcp class 
  92.  to MUI:Libs/mui/ 
  93.  
  94.  
  95.  Obviously you NEED a MouseWheel
  96.  compatible mouse driver, such as MouseWheel itself
  97.  or NewMouse (strongly raccomended :-) .
  98.  
  99.  You're now ready to run. Reboot your system
  100.  and start mui:mui to set the preferences.
  101.  
  102.  
  103. Future
  104. ------
  105.  
  106.  I'm waiting for suggestions...
  107.  
  108.  
  109. Developer infos
  110. ---------------
  111.  
  112.  Write me an email...
  113.  
  114.  
  115. Author
  116. ------
  117.  
  118.  email: 
  119.  
  120.   azummo@ita.flashnet.it
  121.  
  122.  
  123.  homepage: 
  124.  
  125.   http://freepage.logicom.it/azummo/
  126.  
  127.  
  128.  snail mail:
  129.  
  130.   Via S. F. d'Assisi, 27
  131.   10122 Turin
  132.   Italy
  133.  
  134.  
  135.